@media (min-width: 300px) and (max-width: 600px) {
  .description_section_img {
    width: 90% !important;
    margin: 0rem 2% !important;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .description_section_img {
    width: 90% !important;
    margin: 0rem 2% !important;
  }
}

@media (min-width: 1000px) {
  .how_it_works_section_heading {
    font-size: 32px !important;
  }
  .gdpr--side--img {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}
